current_month

返回当前月。

语法:

current_month;


返回: Real(实数)


描述

只读 变量将根据当前月来返回一个数值,1代表一月,12代表12月,以此类推。


例如:

draw_text((32, 32, "Today is " + string(current_day) + "/" + string (current_month) + "/" + string(current_year) +".");

上述代码将会绘制一个年月日文本。


上一页: Date And Time
下一页: current_year
© Copyright YoYo Games Ltd. 2018 All Rights Reserved